home *** CD-ROM | disk | FTP | other *** search
/ Mission 3 / Mission 3.zip / Mission 3.iso / zugabe / va45 / visual45 / misc / hisoft.dif < prev    next >
Text File  |  1995-09-16  |  1KB  |  52 lines

  1. Patch differences for GEMMACRO.I of 24/06/93
  2. Line references are for original Hisoft file.
  3.  
  4. 1) Line 23-24
  5. "macro    aes_number" should be on same line as "aes_long"
  6.  
  7. 2) Line 66
  8. the line should be : "appl_search    macro    mode,name,type,ap_id"
  9.  
  10. 3) Add after line 69
  11. "    move.l    \3,addr_in+4"
  12. "    move.l    \4,addr_in+8"
  13.  
  14.  
  15. 4) Line 76
  16. There should be a RCLF before "appl_exit    macro"
  17.  
  18. 5) Line 218
  19. Replace "manu_attach" with "menu_attach"
  20.  
  21. 6) Line 221
  22. Replace "move.l" with "move.w"
  23.  
  24. 7) Line 236
  25. Replace "move.l" with "move.w"
  26.  
  27. 8) Line 313
  28. Replace "int_int" with "int_in"
  29.  
  30. 9) Line 356-357
  31. Replace :
  32.     move.w    \3,int_in+2
  33.     move.w    \4,int_in+4
  34. with
  35.     move.w    \4,int_in+2
  36.     move.w    \3,int_in+4
  37.  
  38. 10) Line 1177-1180
  39. Delete those lines
  40.  
  41. ----------------------------------------------------------------------------
  42.  
  43. Patch differences for VDILIB.S of 11/05/93
  44. Line references are for original Hisoft file.
  45.  
  46. 1) Line 542
  47. Replace    "moveq    #249,d0" with "    move.w    #249,d0"
  48.  
  49. 2) Line 547
  50. Add    ".copy" before "move.b    (a0)+,d1"
  51.  
  52.